home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / WindowMaker / acconfig.h next >
Encoding:
Text File  |  2000-04-02  |  2.1 KB  |  102 lines

  1. /* define to the path to cpp */
  2. #undef CPP_PATH
  3.  
  4. /* package name */
  5. #undef PACKAGE 
  6.  
  7. /* package version */
  8. #undef VERSION 
  9.  
  10. /* define if you want GNOME stuff support */
  11. #undef GNOME_STUFF
  12.  
  13. /* define if you want KDE hint support */
  14. #undef KWM_HINTS
  15.  
  16. /* define if you want OPEN LOOK(tm) hint support */
  17. #undef OLWM_HINTS
  18.  
  19. /* define if XPM libraries are available
  20.  * set by configure */
  21. #undef USE_XPM
  22.  
  23. /* define if PNG libraries are available
  24.  * set by configure */
  25. #undef USE_PNG
  26.  
  27. /* define if JPEG libraries are available
  28.  * set by configure */
  29. #undef USE_JPEG
  30.  
  31. /* define if GIF libraries are available
  32.  * set by configure */
  33. #undef USE_GIF
  34.  
  35. /* define if TIFF libraries are available
  36.  * set by configure */
  37. #undef USE_TIFF
  38.  
  39. /* define if X's shared memory extension is available
  40.  * set by configure */
  41. #undef XSHM
  42.  
  43. /* define an extra path for pixmaps
  44.  * set by configure */
  45. #undef PIXMAPDIR
  46.  
  47. /*
  48.  * define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
  49.  * WM_CLASS to share an appicon
  50.  */
  51. #undef REDUCE_APPICONS
  52.  
  53. /* Internationalization (I18N) support 
  54.  * set by configure */
  55. #undef I18N
  56.  
  57. /* define if you want sound support */
  58. #undef WMSOUND
  59.  
  60. /* define if you want the 'lite' version */
  61. #undef LITE
  62.  
  63. /* define if you want support for shaped windows
  64.  * set by configure */
  65. #undef SHAPE
  66.  
  67.  
  68. /* define if you want support for the XINERAMA extension
  69.  * set by configure */
  70. #undef XINERAMA
  71.  
  72. /* define if you want support for X window's X_LOCALE
  73.  * set by configure */
  74. #undef X_LOCALE
  75.  
  76. /* the place where shared data is stored
  77.  * defined by configure */
  78. #undef PKGDATADIR
  79.  
  80. /* the place where the configuration is stored
  81.  * defined by configure */
  82. #undef SYSCONFDIR
  83.  
  84. /* whether XKB language MODELOCK should be enabled */
  85. #undef XKB_MODELOCK
  86.  
  87. /* define if you want user defined menus for applications */
  88. #undef USER_MENU
  89.  
  90. /* define if you have then inet_aton function */
  91. #undef HAVE_INET_ATON
  92.  
  93. /* define if your X server has XInternAtoms() */
  94. #undef HAVE_XINTERNATOMS
  95.  
  96. /* define if processor is x86 */
  97. #undef ASM_X86
  98.  
  99. /* define if processor is x86 with MMX(tm) support */
  100. #undef ASM_X86_MMX
  101.  
  102.